home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 2 / Gold Medal Software Volume 2 (Gold Medal) (1994).iso / utils / c.arj / C.DOC < prev    next >
Text File  |  1993-12-09  |  7KB  |  140 lines

  1.                            C - RAPID CHANGE DIRECTORY ROUTINE 
  2.         
  3.               Copyright (C) 1989-1993 Eric N. Miller  All rights reserved.
  4.  
  5.         The C program is a routine that allows you to move among
  6.         subdirectories rapidly without needing to worry about using full
  7.         subdirectory names or specifying wildcard characters.  
  8.         
  9.         The C program assumes that any name specification has an implicit
  10.         *.* following the portion that the user types.  For example, the
  11.         command C WIN is interpreted as: Change to the first subdirectory
  12.         that fits the specification WIN*.*
  13.         
  14.         The C program does not store any information such as the
  15.         directory structure on your hard disk.  This means that a
  16.         particularly convoluted path such as:
  17.         
  18.               C:\WINDOWS\SYSTEM\FONTS\TRUETYPE\DECORATIVE
  19.         
  20.         might take a long time to locate if you enter the command C DEC. 
  21.         On the other hand, the program is quite fast when searching for
  22.         first and second tier subdirectories.  Also, you can specify
  23.         multiple fragments of subdirectory names on the command line to
  24.         speed up your searches.  For example, the command C WIN SYS FON
  25.         TRU DEC would take you almost immediately to the DECORATIVE
  26.         subdirectory.
  27.         
  28.         The C program works quickly by searching for the most logical
  29.         directory changes first, followed by less likely alternatives. 
  30.         For example, the program looks first for a direct match, then
  31.         searches immediately above and below the current directory.  
  32.         
  33.         The C program can essentially be used as a full replacement for
  34.         the CD command, since it incorporates all of the functionality of
  35.         the CD command with the added "fuzzy logic" features of using
  36.         partial directory names.
  37.         
  38.         ----------------------------------------------------------------
  39.         
  40.         Usage:
  41.         
  42.         C <subdir>            changes to specified subdirectory (you can
  43.                               use partial names)
  44.         
  45.         C <drive>             changes to drive letter (e.g., C C:, C D:,
  46.                               etc.)
  47.         
  48.         C                     moves to next level up in the directory
  49.                               structure
  50.         
  51.         C <subdir> /ALL       searches for all possible directory matches
  52.         
  53.         C /HELP               produces a help screen
  54.         
  55.         The C program will look through the current drive, then all
  56.         contiguous hard drives letters beginning with C. The program only
  57.         searches contiguous drives beginning with Drive C. It will not         
  58.         search out Network drives or DoubleSpace Host drives that are
  59.         separated from Drive C by illegal drive letters.  It will,
  60.         however, search the current drive, no matter what the drive
  61.         letter is.
  62.         
  63.         
  64.         Other features:
  65.         
  66.         You can abort the search by pressing the Escape key.  This is
  67.         particularly helpful if you realize you misspelled the
  68.         subdirectory name and you don't want to spend a lot of time
  69.         searching through all of the directories on your hard disk!
  70.         
  71.         You can switch to a different drive specifying the drive letter
  72.         (e.g., C D:).  When using the DOS drive letter, the user also can
  73.         include partial subdirectory information (e.g., C D:\DOWN will
  74.         find D:\DOWNLOAD).
  75.         
  76.         You can use wildcards according to traditional DOS criteria
  77.         (e.g., C WIN* or WIN? to search for WINDOWS).  You also can
  78.         specify that the search string can be anywhere in the
  79.         subdirectory name by prefacing the search string with an * (for
  80.         example, C *DOWS will find the WINDOWS subdirectory).
  81.         
  82.         You can enter multiple subdirectory name fragments (for example,
  83.         C WIN SYS to search for C:\WINDOWS\SYSTEM).  Different segments
  84.         can be separated by spaces or by the \ symbol (e.g., C \WIN\SYS).
  85.         Multiple fragments are treated as multiple searches (e.g., C WIN
  86.         BAR is equivalent to C WIN followed by C BAR.  Keep in mind that,
  87.         because of the "fuzzy" search methods used in this program, you
  88.         may sometimes see unexpected results.  This is because the C
  89.         program searches for the first and best possible match on each
  90.         successive search.  Keep in mind that the first and best match is
  91.         not necessarily the match you anticipated!  Further, a bad match
  92.         on the first search may lead to a completely unexpected match on
  93.         the second search.  For example, imagine that you have if you
  94.         want to switch to \WINDOWS\WPWIN and you enter C WIN WP, the
  95.         program might transfer initially to a directory called \WINTER,
  96.         and from there transfer to a directory called WP51, leaving you
  97.         with the unanticipated result of having switched to \WP51!
  98.         
  99.         
  100.         THIS IS NOT FREE SOFTWARE!  If you have not registered, you may
  101.         do so by sending $7.50 to:  Eric N. Miller; P.O. Box 84499; Los
  102.         Angeles, CA  90073. If you are using a credit card, you can FAX
  103.         your order to (310) 202-9431 (include your Visa or MasterCard card
  104.         number, expiration date, and signature). Unless otherwise 
  105.         requested, programs are provided on 5¼" diskettes.  Programs also
  106.         are available on 3½" diskettes.
  107.         
  108.         Registered users get a more compact version of the C program that
  109.         does not include the random message to register the software.
  110.                  
  111.         
  112.         
  113.         Some Rules and Regulations:
  114.         
  115.         You may distribute the ShareWare version of C (Change Directory)
  116.         if you include the software, its documentation files, order form,
  117.         and all supplemental files as a single unit without any
  118.         modification and you satisfy the following conditions: 
  119.         
  120.         1. Private individuals are welcome to make copies for their
  121.            friends or colleagues provided that no fee is charged.
  122.         
  123.         2. Electronic bulletin boards or information services may post
  124.            the C (Change Directory) routine for downloading as long as 
  125.            they do not charge a fee for distribution of the C routine.
  126.         
  127.         3. Non-commercial user groups and computer clubs may distribute
  128.            the program if the fee charged for the diskette does not
  129.            exceed $10.
  130.         
  131.         4. Disk vendors approved by the Association of Shareware 
  132.            Professionals or disk vendors who explain the concept of 
  133.            shareware in their ads may distribute the shareware version
  134.            of C (Change Directory).
  135.         
  136.         5. Other commercial enterprises wishing to distribute the 
  137.            C routine, either alone or in combination with other 
  138.            hardware, software, books or materials, must obtain permission
  139.            in writing from the author.
  140.